Xbasic

SQL::UpdateWhereCriteria Enumerated Type

Description

This is an enumerated type with one of the values in the list below:

  • PrimaryKeyAndUpdateableColumns
  • PrimaryKeyColumns
  • AllColumns
  • Custom (Allows for manually entered WHERE clause or Update Statement)

When creating the SQL for a table Update, this enumeration specifies which columns to include in the where clause.

Limitations

Internal use only.

See Also